const runtime.rune2Max

3 uses

	runtime (current package)
		utf8.go#L34: 	rune2Max = 1<<11 - 1
		utf8.go#L84: 			if rune2Max < r && !(surrogateMin <= r && r <= surrogateMax) {
		utf8.go#L110: 	case i <= rune2Max: